home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
othergnu
/
indent~1.zoo
/
configur.in
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-01
|
297 b
|
18 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(indent.c)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_AIX
AC_MINIX
AC_ISC_POSIX
AC_USG
AC_REPLACE_FUNCS(memcpy)
AC_UNISTD_H
AC_DIR_HEADER
if test -z "$dirheader"; then
AC_DEFINE(NODIR)
fi
AC_XENIX_DIR
AC_OUTPUT(zmakefile)